From: Kenichi Handa Date: Wed, 11 Mar 2009 11:45:33 +0000 (+0000) Subject: (font_open_by_spec): Extern it. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1329 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a84599d0cdb87cf2d0052f36a622e3affb4b8b5b;p=emacs.git (font_open_by_spec): Extern it. --- diff --git a/src/font.h b/src/font.h index 6a3c9e70d14..b481c31a132 100644 --- a/src/font.h +++ b/src/font.h @@ -762,6 +762,7 @@ extern Lisp_Object font_load_for_lface P_ ((FRAME_PTR f, Lisp_Object *lface, extern void font_prepare_for_face P_ ((FRAME_PTR f, struct face *face)); extern void font_done_for_face P_ ((FRAME_PTR f, struct face *face)); +extern Lisp_Object font_open_by_spec P_ ((FRAME_PTR f, Lisp_Object spec)); extern Lisp_Object font_open_by_name P_ ((FRAME_PTR f, char *name)); extern void font_close_object (FRAME_PTR f, Lisp_Object font_object);